home *** CD-ROM | disk | FTP | other *** search
/ PC Media 22 / PC MEDIA CD22.iso / share / udos / disp186a / runme.bat < prev   
DOS Batch File  |  1994-09-15  |  560b  |  19 lines

  1. @echo off
  2. rem
  3. rem Swap file directory
  4. rem Please set it to where you have max disk space
  5. rem
  6. if not '%go32tmp%' == '' goto have_tmp
  7. if not '%gcctmp%' == '' goto have_tmp
  8. if not '%tmp%' == '' goto have_tmp
  9. if not '%temp%' == '' goto have_tmp
  10. set temp=c:/tmp
  11. :have_tmp
  12. if not '%go32%' == '' goto have_go32
  13. set go32=driver c:/display/driver/et4000.grn 
  14. :have_go32
  15. C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  16. rem
  17. rem If you don't copy go32.exe to your search path, then
  18. rem C:\DISPLAY\go32 C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  19.